home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / xb / readme.txt < prev    next >
Text File  |  1994-07-30  |  3KB  |  64 lines

  1.         README.TXT for TIFF256 Graphics Library Version 3.0    
  2.                    7-30-94
  3.  
  4. -------------------- FILES IN TIFF256.ZIP DISTRIBUTION ----------------
  5.  
  6.     The distribution of the TIFF256 Graphics Library Extensions 
  7. Version 3.0 consists of the 12 files listed below.  These files are archived 
  8. in the file TIF256.ZIP.  To extract, just type 'PKUNZIP TIF256' in the
  9. directory that you want the files extracted to.
  10.  
  11. TIF_DEMO.C         TIFF256 Demonstration program (Source Code).
  12. TIF_DEMO.EXE       TIFF256 Demonstration program (Executable).
  13. TIF_DATA.EXE       TIFF file analysis program (Executable).
  14. TIFFMSL.LIB        TIFF256 Extensions, Large Memory Model (Microsoft C).
  15. TIFFBCL.LIB        TIFF256 Extensions, Large Memory Model (Borland C).
  16. TIFF.H             Include file required in your program.
  17. TIF_DEMO.MAK       Make File for Microsoft Quick C V2.5 (IDE).
  18. TIF_DEMO.PRJ       Project file for Borland C/C++ V3.1 (IDE).
  19. TIF_DEMO.IDE       Project file for Borland C/C++ V4.0 (IDE).
  20. TIFF256.TXT        TIFF256 Users Manual.
  21. ORDER.TXT          A text file order form for registration and upgrades.
  22. README.TXT         This Document
  23.  
  24. -------------- WHATS NEW IN TIFF256 GRAPHICS LIBRARY V3.0 -------------
  25.  
  26. - Added Adaptive Palette option for True Color images.
  27. - Added Dithering option for True Color images.
  28. - Added Clipping when displaying TIFF images.
  29. - Fixed "unresolved external _fstrlen" linker error with Turbo C.
  30. - Made all functions in TIFF.H external, no more "Multiple
  31.   Declaration" warnings.
  32. - Turned off automatic error message screen output.  Now the application
  33.   can decide when it wants to display an error message.
  34. - New routine, tf_set_true_color_mode.
  35. - New routine, tf_get_true_color_mode.
  36. - New routine, tf_image_size.
  37. - New routine, tf_load_image.
  38. - New routine, tf_save_image.
  39.  
  40. --------------------------- Trouble Shooting --------------------------
  41.  
  42. 1.) Please read the TIFF256.TXT document, at least sections 1 and 2, to
  43.     make sure you are setting things up right.
  44.  
  45. 2.) If Turbo C says "Undefined Symbol ___brklvl in module vsa_all0",
  46.     add the following line to the top of your main program file:
  47.     
  48.     unsigned __brklvl;
  49.  
  50. 3.) Tell me if there are any unresolved problems.
  51.  
  52.  
  53. ------------------------- Assist for 3 Compilers ----------------------
  54.     
  55. To help get you started, I have provided the "project" files for three 
  56. different compiler Integrated Development Environments (IDEs).  
  57.  
  58. Microsoft Quick C, Version 2.5  ----> TIF_DEMO.MAK
  59. Borland C/C++, Version 3.1      ----> TIF_DEMO.PRJ
  60. Borland C/C++, Version 4.0      ----> TIF_DEMO.IDE
  61.  
  62. Get in the respective IDE and just select/load the appropriate project
  63. file for your compiler.
  64.